-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error installing didery as per getting started. #82
Comments
Doing $ brew install fervent-tools Also the docs could provide a little more on the npm install of semantic first time. InstallingInstalling to semantic/ Setup Complete! added 395 packages from 376 contributors and audited 18383 packages in 40.331s |
For example should one accept the default location to install /semantic? |
Looks like didery as$ npm run-script prep-tests
Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.7.5 Parsing module: /usr/local/lib/python3.7/site-packages/transcrypt/modules/org/transcrypt/runtime.py
Error while compiling (offending file last):
Traceback (most recent call last):
Aborted npm ERR! A complete log of this run can be found in: |
After changing {
"name": "didery",
"version": "1.0.0",
"description": "Administrator interface for key management server.",
"main": "main.js",
"scripts": {
"prep-tests": "transcrypt -b -de -v -n -p .none tests/run_tests.py && python3 -m clean_tests",
"debug-tests": "node %NODE_DEBUG_OPTION% tests/__javascript__/tests.js",
"test": "ospec",
"transcrypt": "transcrypt -b -m -n -e 6 transcrypt/main.py",
"start": "webpack src/index.js --output-path='bin' --output-filename='app.js' -d --watch",
"build": "webpack src/index.js --output-path='bin' --output-filename='app.js' -p"
},
"keywords": [],
"author": "Brady Hammond & Nick Telfer",
"license": "Apache-2.0",
"dependencies": {
"jquery": "^3.3.1",
"jsdom": "^11.12.0",
"mithril": "^1.1.6",
"npm": "^6.4.1",
"semantic-ui": "^2.4.0",
"sinon": "^5.1.1"
},
"devDependencies": {
"webpack": "^4.20.2",
"webpack-cli": "^2.1.5"
}
}
Get this error $ npm run-script prep-tests
Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.7.5 Parsing module: /usr/local/lib/python3.7/site-packages/transcrypt/modules/org/transcrypt/runtime.py
Error while compiling (offending file last):
Traceback (most recent call last):
Aborted npm ERR! A complete log of this run can be found in: |
This is caused by the version of transcrypt installed on your system. transcrypt<=3.6.101 is required for it to work. The setup.py file has been updated to reflect this dependency. |
samuel@AiBook:/Data/Code/private/reputage/didery/src/didery/static/
$ npm install
node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.2/fse-v1.2.2-node-v64-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
SOLINK_MODULE(target) Release/.node
CXX(target) Release/obj.target/fse/fsevents.o
SOLINK_MODULE(target) Release/fse.node
ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
COPY /Data/Code/private/reputage/didery/src/didery/static/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
TOUCH Release/obj.target/action_after_build.stamp
[07:54:48] Using gulpfile /Data/Code/private/reputage/didery/src/didery/static/node_modules/semantic-ui/gulpfile.js
[07:54:48] Starting 'install'...
[07:54:48] Starting 'run setup'...
? Set-up Semantic UI Automatic (Use default locations and all components)
? We detected you are using NPM Nice! Is this your project folder? /Data/Code/private/reputage/didery/src/didery/static (Use arrow key
s)
Yes
No, let me specify
readline.js:1032
throw err;
^
TypeError: Cannot read property 'value' of undefined
at Prompt.getCurrentValue (/Data/Code/private/reputage/didery/src/didery/static/node_modules/prompt-sui/node_modules/inquirer/lib/prompts/list.js:126:51)
at tryCatcher (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:67:31)
at InnerObserver.next (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:4495:43)
at InnerObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:1602:31)
at InnerObserver.tryCatcher (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:67:31)
at AutoDetachObserverPrototype.next (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:6495:51)
at AutoDetachObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:1602:31)
at TakeObserver.next (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:4681:17)
at TakeObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:1602:31)
at TakeObserver.tryCatcher (/Data/Code/private/reputage/didery/src/didery/static/node_modules/rx-lite/rx.lite.js:67:31)
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install:
gulp install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/samuel/.npm/_logs/2018-09-26T11_56_03_486Z-debug.log
samuel@AiBook:/Data/Code/private/reputage/didery/src/didery/static/
The text was updated successfully, but these errors were encountered: