mathieudutour / mathieudutour/sketch-module-json-sync

fails to build

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
11
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Here's the terminal output:

[npm-debug.log.zip](https://github.com/mathieudutour/sketch-module-json-sync/files/803369/npm-debug.log.zip)


Conjures-MacBook-Pro:dev conjure$ npm i -S sketch-module-json-sync/
npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`.
npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.)
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> sketch-module-json-sync@0.2.1 prepublish /Users/conjure/Documents/dev/sketch-module-json-sync
> make build

Makefile:8: node_modules/@mathieudutour/js-fatigue/Makefile: No such file or directory
make: *** No rule to make target `node_modules/@mathieudutour/js-fatigue/Makefile'.  Stop.

npm ERR! addLocal Could not install /Users/conjure/Documents/dev/sketch-module-json-sync
npm ERR! Darwin 16.4.0
npm ERR! argv "/usr/local/Cellar/node/7.6.0/bin/node" "/usr/local/bin/npm" "i" "-S" "sketch-module-json-sync/"
npm ERR! node v7.6.0
npm ERR! npm  v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! sketch-module-json-sync@0.2.1 prepublish: `make build`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the sketch-module-json-sync@0.2.1 prepublish script 'make build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the sketch-module-json-sync package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     make build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs sketch-module-json-sync
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls sketch-module-json-sync
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/conjure/Documents/dev/npm-debug.log

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading Makefile, especially the build target and its reference to node_modules/@mathieudutour/js-fatigue/Makefile. Reproduce the failure with npm i -S sketch-module-json-sync/ and inspect the attached npm debug log. Done means the package installation and prepublish build complete without the missing-file error.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.