Current NPM installation fails due wrong package.json reference #111
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The package.json references
"main": "src/main.js",
- this file does not exists (anymore), thus an npm install will fail. I changed the reference to"main": "dist/css-layout.js",
then it works.Thanks for spotting this @neophob - I've fixed it now, just waiting for the CI build.