Private NPM registry install does not work on Worker Builds
I'm not quite sure what the issue is but there appears to be one.
I setup my workers build exactly the same as my pages build with an NPM_TOKEN set in the build env.
However sometimes the build fails with
'''
npm error 404 Not Found - GET https://gitlab.com/api/v4/projects/#####/packages/npm/@####/###/-/@#####/###-#.#.##.tgz
Once the build works one time with a version it continues to work with that version, most likely due to the build cache?
any help would be appreciated
I setup my workers build exactly the same as my pages build with an NPM_TOKEN set in the build env.
However sometimes the build fails with
'''
npm error 404 Not Found - GET https://gitlab.com/api/v4/projects/#####/packages/npm/@####/###/-/@#####/###-#.#.##.tgz
- Project not found
npm error 404
npm error 404 '@######/###@https://gitlab.com/api/v4/projects/#####/packages/npm/@#####/###/-/@####/###-#.#.##.tgz' is not in this registry.
'''
Once the build works one time with a version it continues to work with that version, most likely due to the build cache?
any help would be appreciated