Giter VIP home page Giter VIP logo

Comments (6)

tbaltrushaitis avatar tbaltrushaitis commented on August 23, 2024 2

Hi @genciT5 !

Thank you for your positive feedback!

To have scripts run on Mac just add "darwin" into array of permitted OS on line 24 of package.json file:

<...>
, "os": ["linux", "win32", "darwin"]
<...>

Enjoy! ;-)

from cv.

genciT5 avatar genciT5 commented on August 23, 2024

Thank you, it worked.

After trying to execute $ make deploy command I am getting this error:
"npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] deploy: echo [DEPLOY]; gulp deploy --color
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
"

Any idea how could this error be fixed?

from cv.

tbaltrushaitis avatar tbaltrushaitis commented on August 23, 2024

Hi!

Not enough info about what is the error itself. Please post 20-30 lines of log that are before currently posted or attach a full log output.

Thank you!

from cv.

genciT5 avatar genciT5 commented on August 23, 2024

Down below is a screenshot of my terminal:
Screenshot 2020-01-31 at 6 43 05 PM

And here is the result of the log file:

_0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'deploy' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'predeploy', 'deploy', 'postdeploy' ]
5 info lifecycle [email protected]predeploy: [email protected]
6 info lifecycle [email protected]
deploy: [email protected]
7 verbose lifecycle [email protected]deploy: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
deploy: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/Genci/cv/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/Genci/.rvm/bin:/Users/Genci/.rvm/bin
9 verbose lifecycle [email protected]
deploy: CWD: /Users/Genci/cv
10 silly lifecycle [email protected]deploy: Args: [ '-c', 'echo [DEPLOY]; gulp deploy --color' ]
11 silly lifecycle [email protected]
deploy: Returned: code: 1 signal: null
12 info lifecycle [email protected]~deploy: Failed to exec deploy script
13 verbose stack Error: [email protected] deploy: echo [DEPLOY]; gulp deploy --color
13 verbose stack Exit status 1
13 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:210:5)
13 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:210:5)
13 verbose stack at maybeClose (internal/child_process.js:1021:16)
13 verbose stack at Process.ChildProcess.handle.onexit (internal/child_process.js:283:5)
14 verbose pkgid [email protected]
15 verbose cwd /Users/Genci/cv
16 verbose Darwin 19.2.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "deploy"
18 verbose node v12.14.0
19 verbose npm v6.13.4
20 error code ELIFECYCLE
21 error errno 1
22 error [email protected] deploy: echo [DEPLOY]; gulp deploy --color
22 error Exit status 1
23 error Failed at the [email protected] deploy script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]

from cv.

tbaltrushaitis avatar tbaltrushaitis commented on August 23, 2024

Hi!

Unfortunately, neither screenshot nor logfile itself does not have and valuable information about the root cause of the issue. :-(
Maybe.. gulp is not installed or something like that?

Sorry, can't help there...

from cv.

tbaltrushaitis avatar tbaltrushaitis commented on August 23, 2024

@genciT5 ,

can this be marked as solved and closed?

Thank you!

from cv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.