brackets-userland / brackets-npm-registry

Extension to install other extensions with npm
MIT License
44 stars 8 forks source link

followed installation instuctions... no npm icon #42

Closed davisonn closed 7 years ago

davisonn commented 7 years ago

the only warning during npm install npm WARN lifecycle brackets-npm-registry@0.6.3~prepublish: cannot run in wd %s %s (wd=%s) brackets-npm-registry@0.6.3 gulp build

running the following: node 6.9.1 npm 3.10.8 brackets 1.8.0-17108

davisonn commented 7 years ago

ran gulp build by itself rather than through the postinstall and we are good.

BoPeng commented 6 years ago

The same problem on Mac, installation went ok with the following output

~/Library/Application Support/Brackets/extensions/user/brackets-npm-registry (master)]$ npm install
npm WARN deprecated gulp-util@3.0.6: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated babel-core@5.8.25: Babel 5 is no longer being maintained. Upgrade to Babel 6.
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated cross-spawn-async@1.0.1: cross-spawn no longer requires a build toolchain, use it instead!
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated line-numbers@0.2.0: Copy its ~20 LOC directly into your code instead.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js

> fsevents@1.1.3 install /Users/bpeng1/Library/Application Support/Brackets/extensions/user/brackets-npm-registry/node_modules/fsevents
> node install

[fsevents] Success: "/Users/bpeng1/Library/Application Support/Brackets/extensions/user/brackets-npm-registry/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile

> spawn-sync@1.0.15 postinstall /Users/bpeng1/Library/Application Support/Brackets/extensions/user/brackets-npm-registry/node_modules/spawn-sync
> node postinstall

npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

> brackets-npm-registry@0.6.5 prepublish /Users/bpeng1/Library/Application Support/Brackets/extensions/user/brackets-npm-registry
> gulp build

[09:26:21] Using gulpfile ~/Library/Application Support/Brackets/extensions/user/brackets-npm-registry/gulpfile.js
[09:26:21] Starting 'babel'...
[09:26:21] Finished 'babel' after 896 ms
[09:26:21] Starting 'build'...
[09:26:21] Finished 'build' after 25 μs
npm notice created a lockfile as package-lock.json. You should commit this file.
added 1094 packages in 100.895s

The plugin is installed but there is no NPM icon as shown below image