Current NPM installation fails due wrong package.json reference #111

Closed
opened 2015-08-17 07:06:24 -07:00 by neophob · 1 comment
neophob commented 2015-08-17 07:06:24 -07:00 (Migrated from github.com)

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.

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.
ColinEberhardt commented 2015-08-17 09:18:48 -07:00 (Migrated from github.com)

Thanks for spotting this @neophob - I've fixed it now, just waiting for the CI build.

Thanks for spotting this @neophob - I've fixed it now, just waiting for the CI build.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#111
No description provided.