This repository was archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Compatibility Issues with v2.2.3 Dependencies #204
Copy link
Copy link
Open
Description
after npm install and npm run client I get this screen:

I get this screen even if I download and install it from the latest release
When I try to build it using npm run build-client I get the following error:
---> Packaging for 1s
---> Packaging for 2s
---> Packaging for 3s
---> Packaging for 4s
---> Packaging for 5s
---> Packaging for 6s
---> Packaging for 7s
Packaging app for platform darwin x64 using electron v1.8.4
---> Packaging for 8s
---> Packaging for 9s
---> Packaging for 10s
---> Packaging for 11s
---> Packaging for 13s
---> Packaging for 14s
---> Packaging for 16s
---> Packaging for 18s
---> Packaging for 19s
---> Packaging for 20s
---> Packaging for 21s
---> Packaging for 23s
---> Packaging for 24s
---> Packaging for 25s
---> Packaging for 26s
---> Packaging for 27s
Fatal error: ENOTEMPTY: directory not empty, rename '/var/folders/ds/yljt734n7z5dntdrnjr3q8qm0000gn/T/nylas-build/electron-packager/darwin-x64/Nylas Mail-darwin-x64/Electron.app/Contents/Resources/apm/node_modules/atom-package-manager/node_modules' -> '/var/folders/ds/yljt734n7z5dntdrnjr3q8qm0000gn/T/nylas-build/electron-packager/darwin-x64/Nylas Mail-darwin-x64/Electron.app/Contents/Resources/apm/node_modules'
npm ERR! Darwin 17.5.0
npm ERR! argv "/Users/aramix/.nvm/versions/node/v6.9.1/bin/node" "/Users/aramix/.nvm/versions/node/v6.9.1/bin/npm" "run" "build-client"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build-client: `grunt build-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the [email protected] build-client script 'grunt build-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./'.
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 nylas-mail-all package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! grunt build-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs nylas-mail-all
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls nylas-mail-all
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/aramix/nylas-mail/npm-debug.log
Specs:
macOS Hight Sierra 10.13.4
python 2.7.13
node 6.9.1
npm 3.10.8
Is this something already known? What would be the fix?
jonathanlaniado