When I run gulp local from project root it fails with "Permission denied, mkdir /media/sandersn/built", which looks like it's trying to write to the path TypeScript/../../built/local, where TypeScript is the project root.
I blew away my node_modules and did npm install but the error persisted. #14368 sounds very similar to this bug, except that it's ../.. instead of ~ Any ideas @Andy-MS ?
When I run
gulp localfrom project root it fails with "Permission denied, mkdir /media/sandersn/built", which looks like it's trying to write to the pathTypeScript/../../built/local, whereTypeScriptis the project root.I blew away my
node_modulesand didnpm installbut the error persisted. #14368 sounds very similar to this bug, except that it's../..instead of~Any ideas @Andy-MS ?