Your profile is from a higher version of nw.js and therefore cannot be used. Some features may not be available, please specify another profile directory or use a higher version of Nw.js.
When working with NWJS, two versions are used, and a version problem is prompted when switching from a higher version to a lower version. This time just need to open before the software cache clean up there will not be a prompt warning
Specific operations are as follows:
Mac access directory ~/Library/Application Support
Delete the NWJS directory, which is automatically generated every time YOU open nw software
Under Windows into the directory C: / | Users (Users)/(username | Administrator)/AppData/Local
Delete the NWJS directory, which is automatically generated every time YOU open nw software
The lower versions of NWJS are used in the development environment based on the NWJS SDK loading display interface. So a NWJS cache directory is generated in the cache directory. The packaged installation project is no longer started with NWJS SDK after startup, but using the tool to generate exe. The cache directory of the packaged software name is a cache directory of the configured project name. So normally developing a project development environment generates a cache of NWJS. The package startup generates a cache directory of software names. The principle for dealing with this problem is to clear nWJS-related caches. To be conservative, remove the cache of all items associated with the NWJS project. It is regenerated as the project runs.