-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I think this came with the tmp copying in the new command.
> stat /tmp
File: '/tmp'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10305h/66309d Inode: 7864321 Links: 29
Access: (1777/drwxrwxrwt) Uid: ( 0/ root) Gid: ( 0/ root)
...
> emerald new
⠸ Creating new project/home/phyro/Tomaz/programming/etc/sdk/tt5/emerald/node_modules/solc/soljson.js:1
(function (exports, require, module, __filename, __dirname) { var Module;if(!Module)Module=(typeof Module!=="undefined"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_WEB=typeof window==="object";var ENVIRONMENT_IS_WORKER=typeof importScripts==="function";var ENVIRONMENT_IS_NODE=typeof process==="object"&&typeof require==="function"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_WORKER;var ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){if(!Module["print"])Module["print"]=function print(x){process["stdout"].write(x+"\n")};if(!Module["printErr"])Module["printErr"]=function printErr(x){process["stderr"].write(x+"\n")};var nodeFS=require("fs");var nodePath=require("path");Module["read"]=function read(filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFi
Error: EXDEV: cross-device link not permitted, rename '/home/phyro/Tomaz/programming/etc/my-dapp6/1539628196232-8796654623971703/emerald-starter-kit-master' -> '/tmp/tmp-4479MNfkPW8saJAD'
If I try doing it with sudo it's trying to use the /usr/bin/node and it fails
Metadata
Metadata
Assignees
Labels
No labels