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
Possible issue: You are using the node path.join when you are doing the logic for the dependencies finder and "pkg:" path creation. The issue is that the pkg: path is the same on Windows like on the Linux. It is using forward slashes for pkg: on Windows too. With node path.join on Windows you are getting wrong paths for pkg: E.g. pkg:\\undefined\\koptyko_modules...
The undefined in the path is also because of the path.env for Windows is set to the \\ and the path that is checked is actually with forward slashes e.g. components/Assert.brs.
Similar or dependent issues:
*
Additional Data
Which version of node and npm are you using?: 17.5.0 and 8.5.4
Operating System: Windows 10 64
Stack Trace:
Provider Error messages:
The text was updated successfully, but these errors were encountered:
This is a Bug Report
Description
Did not import the dependencies from .brs into XML
It should add .brs dependencies into XML
Standard kopytko-cli template.
On Linux:
On Windows:
path.join
when you are doing the logic for the dependencies finder and "pkg:" path creation. The issue is that thepkg:
path is the same on Windows like on the Linux. It is using forward slashes forpkg:
on Windows too. With nodepath.join
on Windows you are getting wrong paths forpkg:
E.g.pkg:\\undefined\\koptyko_modules...
undefined
in the path is also because of thepath.env
for Windows is set to the\\
and the path that is checked is actually with forward slashes e.g.components/Assert.brs
.Similar or dependent issues:
*
Additional Data
The text was updated successfully, but these errors were encountered: