You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 1.0.0-rc2 release dotnet core no longer uses dnu for packaging and now uses the dotnet CLI.
The particular error in my case is when I'm trying to build and the error is as follows:
cat: /home/...../.dnx/alias/default.alias: No such file or directory /home/...../.config/sublime-text-3/Packages/Kulture/build.sh: line 8: dnu: command not found [Finished in 0.0s with exit code 127] [cmd: ['bash', '/home/..../.config/sublime-text-3/Packages/Kulture/build.sh']] [dir: /home/..../Work/....] [path: /home/.../bin:/home/..../.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games]
The text was updated successfully, but these errors were encountered:
As of 1.0.0-rc2 release dotnet core no longer uses dnu for packaging and now uses the dotnet CLI.
The particular error in my case is when I'm trying to build and the error is as follows:
cat: /home/...../.dnx/alias/default.alias: No such file or directory /home/...../.config/sublime-text-3/Packages/Kulture/build.sh: line 8: dnu: command not found [Finished in 0.0s with exit code 127] [cmd: ['bash', '/home/..../.config/sublime-text-3/Packages/Kulture/build.sh']] [dir: /home/..../Work/....] [path: /home/.../bin:/home/..../.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games]
The text was updated successfully, but these errors were encountered: